PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutRubyPosition Enumeration
In This Topic
    PDFStandardLayoutRubyPosition Enumeration
    In This Topic
    Specifies the available values for PDFStandardLayoutAttribute.setRubyPositionmethod.
    Members
    MemberDescription
    AFTERThe PDFStandardStructureTypes.RUBY_ANNOTATION_TEXT content shall be aligned along the after edge of the element.
    BEFOREThe PDFStandardStructureTypes.RUBY_ANNOTATION_TEXT content shall be aligned along the before edge of the element.
    INLINEThe PDFStandardStructureTypes.RUBY_ANNOTATION_TEXT and associated PDFStandardStructureTypes.RUBY_PUNCTUATION elements shall be formatted as a parenthesis comment, following the PDFStandardStructureTypes.RUBY_BASE_TEXT element.
    WARICHUThe PDFStandardStructureTypes.RUBY_ANNOTATION_TEXT and associated PDFStandardStructureTypes.RUBY_PUNCTUATION elements shall be formatted as a warichu, following the PDFStandardStructureTypes.RUBY_BASE_TEXT element.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardLayoutRubyPosition

    See Also